Accept default project (note: the number will change from time to time, it is 670 in this example)
Choose a number or apply filter (format: [groupId:]artifactId, case sensitive contains): 670: <<enter>>
Accept the default version
5: 1.0
6: 1.1
Choose a number: 6: <<enter>>
> [[code]]
* Enter a group id (e.g., com.shoe)
> [[code]]
Define value for property 'groupId': : com.shoe <<enter>>
Enter artifact (project name, e.g., paginator)
Define value for property 'artifactId': : paginator <<enter>>
Accept default version
Define value for property 'version': 1.0-SNAPSHOT: : <<enter>>
Enter default package (e.g., com.shoe.paginator <enter>)
Define value for property 'package': com.shoe: : com.shoe.paginator <<enter>>
Create a new project
Check the project
Modernize the project
<build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.3</version> <configuration> <source>1.8</source> <target>1.8</target> </configuration> </plugin> </plugins> </build>Optionally create a git repo out of this directory
You are ready to open pom.xml in an ide